AudioDeviceService

Service provides for the APIs for controlling audio and audio devices Ensure microphone permission is granted to have audio experience

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val audioDevices: ObservableValueWithOptional<List<AudioDevice>>

Provides for set of available AudioDevices

Link copied to clipboard
val currentAudioDevice: ObservableValueWithOptional<AudioDevice>

ObservableValue that provides for current selected AudioDevice

Functions

Link copied to clipboard
fun selectAudioDevice(selectedDevice: AudioDevice)

Select a device from the current available set of audioDevices. Available only when the meeting is connected.